home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-23 | 825 b | 33 lines | [TEXT/GEOL] |
- Item 6014655 23-Oct-89 12:15
-
- From: NOR0042 NOD Data Nostra
-
- To: APPLE.BUGS Apple Bugs Reporting
- MACAPP.TEST MacApp SQA Team
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Bug in MacApp 2.0B9
-
- There seems to be a bug in MacApp 2.0B9. MABuilding with the options "-NoDebug
- -Perform" produces a compiler error in the implementation part of
- TApplication.GetEvent. The lines:
-
- {$IFC qDebug}
- oldSetting: BOOLEAN;
- {$ENDC}
-
- might better be replaced by:
-
- {$IFC qPerform}
- oldSetting: BOOLEAN;
- {$ENDC}
-
- By the way, where do I find documentation on using the performance tool with
- MacApp?
-
- Sigmund Tveit
- Data Nostra A/S
-
-
-